
.os-custom-card:hover {
    transform:scale(1.03);
}

.os-custom-card-body{
    padding: 7px !important;
}

.os-custom-img{
    height: 125px;
    border-radius: 9px !important;
}

.list-group-item{
    padding: 5px 11px;
    margin-left: 5px;
}

.list-group{
    border-radius: 9px !important;
}

body{
    font-family: sans-serif;
}

.asset-details-border-radius{
    border-radius: 11px !important;
}

.text-right{
    text-align: right;
}

.column-flex-direction{
    flex-direction: column !important;
}

.btn-add-sensor{
    position: absolute;
    right: 25px;
}

.custom-page-header{
    min-height: 35px !important;
    margin: 0.8rem 0 0.5rem 0 !important;
}

.custom-card{
    margin-bottom: 15px !important;
}

.custom-card .card-header{
    padding: 13px 25px !important;
}

.card-body{
    padding: 10px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.trend-page-end-date{
    margin-left: 35px;
}

.alarm-bg-red {
    background-color: #bf0000 !important;
}

.alarm-bg-green {
    background-color: #008000 !important;
}

.alarm-bg-orange {
    background-color: #f58021 !important;
}

.alarm-title-bg-red {
    background: linear-gradient(107.2deg, rgb(150, 15, 15) 10.6%, rgb(247, 0, 0) 91.1%) !important;
}

.alarm-title-bg-green {
    background: radial-gradient(circle at -1% 57.5%, rgb(19, 170, 82) 0%, rgb(0, 102, 43) 90%) !important;
}

.alarm-title-bg-orange {
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51)) !important;
}

.breadcrumbs-panel {
    margin-top: 20px !important;
}

.breadcrumb-item.active {
    color: #f58021;
}

/* CSS for custom tooltips */
.nav-sub-link[title]:hover:after {
    content: attr(data-title);
    background: var(--secondary);
    color: #fff;
    padding: 5px;
    border: 1px solid orange;
    border-radius: 5px;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateX(10px) translateY(-50%);
    z-index: 1;
    white-space: nowrap;
}

.nav-link[title]:hover:after {
    content: attr(data-title);
    background: var(--secondary);
    color: #fff;
    padding: 5px;
    border: 1px solid orange;
    border-radius: 5px;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateX(10px) translateY(-50%);
    z-index: 1;
    white-space: nowrap;
}

.alarm-text-red {
    color: #bf0000 !important;
}

.alarm-text-green {
    color: #008000 !important;
}

.alarm-text-orange {
    color: #f58021 !important;
}

.login-logo-border {
    border-left: solid !important;
    border-color: #004793 !important;
}

/* Styles for screens smaller than 576px (Extra Small - xs) */
@media (max-width: 575.98px) {
    .small-screen-breadcrumbs {
        margin-top: 130px !important;
    }

    .small-screen-btn {
        margin-top: 5px;
    }

    .small-screen-logo {
        max-width: 39%;
    }
}

/* Styles for screens between 576px and 767px (Small - sm) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .small-screen-breadcrumbs {
        margin-top: 130px !important;
    }

    .small-screen-btn {
        margin-top: 5px;
    }

    .small-screen-logo {
        max-width: 33%;
    }
}

/* Styles for screens between 768px and 991px (Medium - md) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .small-screen-breadcrumbs {
        margin-top: 75px !important;
    }

    .small-screen-btn {
        margin-top: 5px;
    }

    .small-screen-logo {
        max-width: 25%;
    }
}

/* Styles for screens between 992px and 1199px (Large - lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .small-screen-breadcrumbs {
        margin-top: 20px !important;
    }

    .small-screen-btn {
        margin-top: 5px;
    }
}

.bg-primary {
    background-color: #004793;
}